Q3Set_Clear
You can use theQ3Set_Clear
function to remove an element of a certain type from a set.
TQ3Status Q3Set_Clear (TQ3SetObject set, TQ3ElementType type);
set
- A set object.
type
- An element type.
DESCRIPTION
TheQ3Set_Clear
function removes the element whose type is specified by thetype
parameter from the set specified by theset
parameter.If the specified element type is a custom element type,
Q3Set_Clear
uses the custom type'skQ3MethodTypeElementDelete
custom method. See the chapter "QuickDraw 3D Objects" for complete information on custom element types.